Enter a type and click search.




Results for Magento\Bundle\Model\Plugin\Frontend\Product

File: vendor/magento/module-bundle/etc/frontend/di.xml

<type name="Magento\Catalog\Model\Product">
    <plugin name="bundle"
            type="Magento\Bundle\Model\Plugin\Frontend\Product"
            sortOrder="100"></plugin>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

This configuration also tells the object manager to use the Magento\Bundle\Model\Plugin\Frontend\Product plugin class with Magento\Catalog\Model\Product objects.